projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
893e716
)
(read_key_sequence): Trivial typo in comment.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 24 Oct 2007 02:22:21 +0000
(
02:22
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 24 Oct 2007 02:22:21 +0000
(
02:22
+0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index ddb0b4407b741ac3def48b3f31893277c82e771d..527cc9c633887fd5954bf0fd367090fd117d74d3 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-9186,7
+9186,7
@@
read_key_sequence (keybuf, bufsize, prompt, dont_downcase_last,
from_string = Qnil;
/* The multi-tty merge moved the code below to right after
- `replay_sequence' which caused all
l
these translation maps to be applied
+ `replay_sequence' which caused all these translation maps to be applied
repeatedly, even tho their doc says very clearly they are not applied to
their own output.
The reason for this move was: "We may switch keyboards between rescans,